RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    1. Home
    2. Tags
    3. portable gamest
    Log in to post
    • All categories
    • O

      Built in scraper ES not working, windows 10 no match game

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support emulationstatio portable gamest x86 windows scraper problem
      23
      0 Votes
      23 Posts
      8k Views
      BuZzB

      @arcee84 I will remove. I would recommend not signing up in the future to forums if you're going to make a few posts then ask for the account to be removed. It's a waste of your time and mine.

    • R

      Portable Game Station/emulationstation's forward slashes not working with fbalpha_libretro.dll

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support portable gamest emulationstatio fbalpha forward slashes windows 10
      4
      0 Votes
      4 Posts
      1k Views
      R

      Hello @jrassa
      I think I've found whats missing,
      int the 2015 version of emulationstation from Aloshi where the slashes where fixed (unstable branch), you can see that he uses an extra function called make_preferred() on the ROM_RAW string

      https://github.com/Aloshi/EmulationStation/blob/unstable/es-app/src/SystemData.cpp
      const std::string rom_raw = fs::path(game.getPath()).make_preferred().string();

      He also uses this funcion on a windows ifdef on the same file
      #ifdef WIN32
      // windows escapes stuff by just putting everything in quotes
      return '"' + fs::path(path).make_preferred().string() + '"';
      #else

      The function make_preferred() from Boost is the one that fixes the slashes
      https://theboostcpplibraries.com/boost.filesystem-paths

      Thanks in advance
      Best regards

    • R

      Portable GameStation not working with new recalbox-next theme

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support help portable gamest emulationstatio windows recalbox next
      8
      0 Votes
      8 Posts
      2k Views
      R

      @supernature2k
      Thanks thats good to know... maybe I'll stick to manually customize the theme I already have working. Thanks for your themes, they are awesome